projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2def17f
)
synch_process_termsig new variable.
author
Jan Djärv
<jan.h.d@swipnet.se>
Mon, 26 Jan 2004 23:39:50 +0000
(23:39 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Mon, 26 Jan 2004 23:39:50 +0000
(23:39 +0000)
src/process.h
patch
|
blob
|
history
diff --git
a/src/process.h
b/src/process.h
index 2f46e74d4d0ec986d65dec95360fd60605a9eb76..74cb218a2d8b44aea27644e9d09f2035ee0ab69f 100644
(file)
--- a/
src/process.h
+++ b/
src/process.h
@@
-136,6
+136,9
@@
extern int synch_process_alive;
/* Nonzero => this is a string explaining death of synchronous subprocess. */
extern char *synch_process_death;
+/* Nonzero => this is the signal number that terminated the subprocess. */
+int synch_process_termsig;
+
/* If synch_process_death is zero,
this is exit code of synchronous subprocess. */
extern int synch_process_retcode;